Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class / Item Property / Item(String) Property
The name.


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the floating object with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal name As String _
    ) As T
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    Dim name As String
    Dim value As T
     
    instance.Item(name) = value
     
    value = instance.Item(name)
    public T Item( 
       string name
    ) {get; set;}

    Parameters

    name
    The name.

    Property Value

    The floating object.
    Exceptions
    ExceptionDescription
    value
    See Also